home *** CD-ROM | disk | FTP | other *** search
- object SettingsForm: TSettingsForm
- Left = 401
- Top = 230
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Settings'
- ClientHeight = 452
- ClientWidth = 632
- Color = clBtnFace
- Constraints.MinHeight = 479
- Constraints.MinWidth = 640
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poDefault
- Scaled = False
- Visible = True
- OnActivate = FormActivate
- OnClose = FormClose
- OnCreate = FormCreate
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 632
- Height = 400
- ActivePage = TabSheet1
- Align = alTop
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'General'
- object GroupBox3: TGroupBox
- Left = 0
- Top = 0
- Width = 233
- Height = 372
- Align = alLeft
- Caption = ' Language '
- TabOrder = 0
- object RadioButton4: TRadioButton
- Left = 80
- Top = 32
- Width = 145
- Height = 17
- Caption = 'English'
- TabOrder = 0
- end
- object RadioButton5: TRadioButton
- Left = 80
- Top = 56
- Width = 145
- Height = 17
- Caption = 'Spanish'
- TabOrder = 1
- end
- object RadioButton6: TRadioButton
- Left = 80
- Top = 80
- Width = 145
- Height = 17
- Caption = 'German'
- TabOrder = 2
- end
- object RadioButton7: TRadioButton
- Left = 80
- Top = 104
- Width = 137
- Height = 17
- Caption = 'Czech'
- TabOrder = 3
- end
- object RadioButton8: TRadioButton
- Left = 80
- Top = 128
- Width = 145
- Height = 17
- Caption = 'French'
- TabOrder = 4
- end
- object RadioButton9: TRadioButton
- Left = 80
- Top = 152
- Width = 137
- Height = 17
- Caption = 'Italian'
- TabOrder = 5
- end
- object RadioButton10: TRadioButton
- Left = 80
- Top = 176
- Width = 145
- Height = 17
- Caption = 'Russian'
- TabOrder = 6
- end
- end
- object GroupBox1: TGroupBox
- Left = 233
- Top = 0
- Width = 391
- Height = 372
- Align = alClient
- Caption = ' SNMP '
- TabOrder = 1
- object Label2: TLabel
- Left = 16
- Top = 51
- Width = 87
- Height = 13
- Caption = 'SNMP community:'
- end
- object Label3: TLabel
- Left = 16
- Top = 98
- Width = 36
- Height = 13
- Caption = 'Retries:'
- end
- object Label4: TLabel
- Left = 16
- Top = 140
- Width = 41
- Height = 13
- Caption = 'Timeout:'
- end
- object Edit2: TEdit
- Left = 120
- Top = 48
- Width = 153
- Height = 21
- TabOrder = 0
- end
- object SpinEdit3: TSpinEdit
- Left = 120
- Top = 96
- Width = 97
- Height = 22
- MaxValue = 20
- MinValue = 1
- TabOrder = 1
- Value = 1
- end
- object SpinEdit4: TSpinEdit
- Left = 120
- Top = 136
- Width = 97
- Height = 22
- MaxValue = 100000000
- MinValue = 20
- TabOrder = 2
- Value = 20
- end
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Packet capturing'
- ImageIndex = 1
- object Bevel1: TBevel
- Left = 0
- Top = 8
- Width = 417
- Height = 353
- Shape = bsRightLine
- end
- object Label1: TLabel
- Left = 424
- Top = 32
- Width = 31
- Height = 13
- Caption = 'Buffer:'
- end
- object Label5: TLabel
- Left = 8
- Top = 8
- Width = 41
- Height = 13
- Caption = 'Address:'
- end
- object Label6: TLabel
- Left = 432
- Top = 168
- Width = 47
- Height = 13
- Caption = 'Protocols:'
- end
- object Bevel3: TBevel
- Left = 424
- Top = 152
- Width = 193
- Height = 217
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 0
- Top = 200
- Width = 409
- Height = 169
- Shape = bsTopLine
- end
- object Label9: TLabel
- Left = 8
- Top = 216
- Width = 27
- Height = 13
- Caption = 'Ports:'
- end
- object SpinEdit1: TSpinEdit
- Left = 504
- Top = 56
- Width = 105
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 0
- end
- object SpinEdit2: TSpinEdit
- Left = 504
- Top = 88
- Width = 105
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- object RadioButton1: TRadioButton
- Left = 432
- Top = 59
- Width = 73
- Height = 17
- Caption = 'Packets:'
- TabOrder = 2
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Left = 432
- Top = 88
- Width = 73
- Height = 17
- Caption = 'Bytes:'
- TabOrder = 3
- OnClick = RadioButton2Click
- end
- object RadioButton3: TRadioButton
- Left = 432
- Top = 120
- Width = 137
- Height = 17
- Caption = 'Unlimited'
- TabOrder = 4
- OnClick = RadioButton3Click
- end
- object ListBox1: TListBox
- Left = 183
- Top = 0
- Width = 225
- Height = 193
- ItemHeight = 13
- TabOrder = 5
- end
- object CheckBox1: TCheckBox
- Left = 72
- Top = 8
- Width = 97
- Height = 17
- Caption = 'All'
- TabOrder = 6
- OnClick = CheckBox1Click
- end
- object Edit1: TEdit
- Left = 0
- Top = 88
- Width = 145
- Height = 21
- TabOrder = 7
- end
- object Button1: TButton
- Left = 152
- Top = 86
- Width = 25
- Height = 25
- Caption = '->'
- TabOrder = 8
- OnClick = Button1Click
- end
- object CheckBox2: TCheckBox
- Left = 512
- Top = 168
- Width = 97
- Height = 17
- Caption = 'All'
- TabOrder = 9
- OnClick = CheckBox2Click
- end
- object CheckBox3: TCheckBox
- Left = 512
- Top = 208
- Width = 97
- Height = 17
- Caption = 'Unknowns'
- TabOrder = 10
- end
- object CheckBox4: TCheckBox
- Left = 512
- Top = 232
- Width = 89
- Height = 17
- Caption = 'IP'
- TabOrder = 11
- end
- object CheckBox5: TCheckBox
- Left = 512
- Top = 256
- Width = 89
- Height = 17
- Caption = 'ARP'
- TabOrder = 12
- end
- object CheckBox6: TCheckBox
- Left = 512
- Top = 280
- Width = 89
- Height = 17
- Caption = 'RARP'
- TabOrder = 13
- end
- object CheckBox7: TCheckBox
- Left = 512
- Top = 304
- Width = 97
- Height = 17
- Caption = 'Netbios'
- TabOrder = 14
- end
- object CheckBox8: TCheckBox
- Left = 512
- Top = 328
- Width = 89
- Height = 17
- Caption = 'IPX/SPX'
- TabOrder = 15
- end
- object Button2: TButton
- Left = 152
- Top = 120
- Width = 25
- Height = 25
- Caption = 'Del'
- TabOrder = 16
- OnClick = Button2Click
- end
- object CheckBox9: TCheckBox
- Left = 56
- Top = 216
- Width = 113
- Height = 17
- Caption = 'All'
- TabOrder = 17
- OnClick = CheckBox9Click
- end
- object ListBox2: TListBox
- Left = 184
- Top = 208
- Width = 225
- Height = 161
- ItemHeight = 13
- TabOrder = 18
- end
- object Button3: TButton
- Left = 152
- Top = 264
- Width = 25
- Height = 21
- Caption = '->'
- TabOrder = 19
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 152
- Top = 296
- Width = 25
- Height = 25
- Caption = 'Del'
- TabOrder = 20
- OnClick = Button4Click
- end
- object ComboBox1: TComboBox
- Left = 0
- Top = 264
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 21
- end
- end
- end
- object BitBtn1: TBitBtn
- Left = 328
- Top = 408
- Width = 81
- Height = 33
- TabOrder = 1
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 208
- Top = 408
- Width = 81
- Height = 33
- TabOrder = 2
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
-